jxl.vague
Class VagueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jxl.vague.VagueException
All Implemented Interfaces:
java.io.Serializable

public class VagueException
extends java.lang.RuntimeException

The exception is only thrown if an unrecoverable error occurs during Vague object redirection. In general it should no be caught.

Author:
Alex Lynch
See Also:
Serialized Form

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

VagueException

public VagueException(java.lang.Throwable cause)
Creates a new instance of VagueException without detail message.


VagueException

public VagueException(java.lang.String message,
                      java.lang.Throwable cause)

VagueException

public VagueException(java.lang.String msg)
Constructs an instance of VagueException with the specified detail message.

Parameters:
msg - the detail message.