|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
kaapo.filemanager.ComponentNotSupportedException
public class ComponentNotSupportedException
Exception for plugin classes to throw if they cannot handle some project components.
Constructor Summary | |
---|---|
ComponentNotSupportedException()
Constructs a new ComponentNotSupportedException with null
as its detailed message. |
|
ComponentNotSupportedException(String s)
Constructs a new ComponentNotSupportedException with the
specified detail message. |
|
ComponentNotSupportedException(String s,
Throwable cause)
Constructs a new ComponentNotSupportedException with a
specified detail message and a Throwable cause
that can be retrieved with getCause(). |
|
ComponentNotSupportedException(Throwable cause)
Creates a new ComponentNotSupportedException with a null
detailed message with a cause. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ComponentNotSupportedException()
ComponentNotSupportedException
with null
as its detailed message.
public ComponentNotSupportedException(String s)
ComponentNotSupportedException
with the
specified detail message.
s
- the detail messagepublic ComponentNotSupportedException(String s, Throwable cause)
ComponentNotSupportedException
with a
specified detail message and a Throwable cause
that can be retrieved with getCause().
s
- the detail messagecause
- the cause of this exceptionpublic ComponentNotSupportedException(Throwable cause)
ComponentNotSupportedException
with a null
detailed message with a cause.
cause
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |