org.deegree.cs.exceptions
Class UnknownUnitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.deegree.cs.exceptions.UnknownUnitException
All Implemented Interfaces:
Serializable

public class UnknownUnitException
extends RuntimeException

The UnknownUnitException class notifies the user about an unknown unit that was encountered and the program cannot infer a way to handle the data that has this unit.

Version:
$Revision: $, $Date: $
Author:
Andrei Ionita, last edited by: $Author: ionita $
See Also:
Serialized Form

Constructor Summary
UnknownUnitException(Exception e)
           
UnknownUnitException(String message)
           
UnknownUnitException(String message, Exception e)
           
 
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

UnknownUnitException

public UnknownUnitException(String message)
Parameters:
message - to be presented

UnknownUnitException

public UnknownUnitException(String message,
                            Exception e)
Parameters:
message - human readable message
e - cause

UnknownUnitException

public UnknownUnitException(Exception e)
Parameters:
e - cause


Copyright © 2011. All Rights Reserved.