|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jxl.vague.VagueException
public class VagueException
The exception is only thrown if an unrecoverable error occurs during Vague object redirection. In general it should no be caught.
Constructor Summary | |
---|---|
VagueException(java.lang.String msg)
Constructs an instance of VagueException with the specified detail message. |
|
VagueException(java.lang.String message,
java.lang.Throwable cause)
|
|
VagueException(java.lang.Throwable cause)
Creates a new instance of VagueException without 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 VagueException(java.lang.Throwable cause)
VagueException
without detail message.
public VagueException(java.lang.String message, java.lang.Throwable cause)
public VagueException(java.lang.String msg)
VagueException
with the specified detail message.
msg
- the detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |