sk.uniba.euromath.document
Class DocumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by sk.uniba.euromath.document.DocumentException
All Implemented Interfaces:
Serializable

public class DocumentException
extends Exception

Document exception.

Author:
Martin Vysny
See Also:
Serialized Form

Constructor Summary
DocumentException(String msg)
          Constructor.
DocumentException(String message, Throwable cause)
          Constructor.
DocumentException(Throwable cause)
          Constructor.
 
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

DocumentException

public DocumentException(String msg)
Constructor.

Parameters:
msg -

DocumentException

public DocumentException(String message,
                         Throwable cause)
Constructor.

Parameters:
message -
cause -

DocumentException

public DocumentException(Throwable cause)
Constructor.

Parameters:
cause -


Copyright © 2003-2006 null. All Rights Reserved.