com.jaxfront.core.util.io
Class ResourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.jaxfront.core.util.io.ResourceException
All Implemented Interfaces:
java.io.Serializable

public class ResourceException
extends java.io.IOException

See Also:
Serialized Form

Field Summary
static int ERROR
           
static int FATAL
           
static int INFO
           
static int WARNING
           
 
Constructor Summary
ResourceException()
           
ResourceException(java.lang.String message)
           
ResourceException(java.lang.String message, boolean noData)
           
ResourceException(java.lang.String message, java.lang.Throwable cause, int type)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 int getType()
           
 boolean hasNoData()
           
 void setNoDataFound(boolean noData)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ERROR

public static final int ERROR
See Also:
Constant Field Values

FATAL

public static final int FATAL
See Also:
Constant Field Values

INFO

public static final int INFO
See Also:
Constant Field Values

WARNING

public static final int WARNING
See Also:
Constant Field Values
Constructor Detail

ResourceException

public ResourceException()

ResourceException

public ResourceException(java.lang.String message)

ResourceException

public ResourceException(java.lang.String message,
                         boolean noData)

ResourceException

public ResourceException(java.lang.String message,
                         java.lang.Throwable cause,
                         int type)
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class java.lang.Throwable

getType

public int getType()

hasNoData

public boolean hasNoData()

setNoDataFound

public void setNoDataFound(boolean noData)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable