org.deegree.cs.exceptions
Class UnknownUnitException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
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
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
UnknownUnitException
public UnknownUnitException(String message)
- Parameters:
 message - to be presented
UnknownUnitException
public UnknownUnitException(String message,
                            Exception e)
- Parameters:
 message - human readable messagee - cause
UnknownUnitException
public UnknownUnitException(Exception e)
- Parameters:
 e - cause
Copyright © 2011. All Rights Reserved.