|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jcolibri.exception.InternalException
public class InternalException
Exception reading o writing the configutation data files.
Constructor Summary | |
---|---|
InternalException()
Creates a new InternalException without detail message. |
|
InternalException(java.lang.String msg)
Creates a new InternalException with the specified detail
message. |
|
InternalException(java.lang.Throwable th)
Creates a new InternalException with the specified detail
message. |
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 InternalException()
InternalException
without detail message.
public InternalException(java.lang.String msg)
InternalException
with the specified detail
message.
msg
- detail message.public InternalException(java.lang.Throwable th)
InternalException
with the specified detail
message.
th
- cause of the exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |