jcolibri.exception
Class InternalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jcolibri.exception.InternalException
All Implemented Interfaces:
java.io.Serializable

public class InternalException
extends java.lang.Exception

Exception reading o writing the configutation data files.

Author:
Juan José Bello
See Also:
Serialized Form

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

InternalException

public InternalException()
Creates a new InternalException without detail message.


InternalException

public InternalException(java.lang.String msg)
Creates a new InternalException with the specified detail message.

Parameters:
msg - detail message.

InternalException

public InternalException(java.lang.Throwable th)
Creates a new InternalException with the specified detail message.

Parameters:
th - cause of the exception.