net.walend.lyophil
Class  CannotFreezeException
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--net.walend.lang.NestedRuntimeException
                          |
                          +--net.walend.lyophil.LyophilRuntimeException
                                |
                                +--net.walend.lyophil.CannotFreezeException
- All Implemented Interfaces: 
 - HasNestedThrowable, java.io.Serializable
 
- public class CannotFreezeException
- extends LyophilRuntimeException
- implements java.io.Serializable
   
Throw this exception when a Freezer can not Freeze a given Freezable.
- Since:
 - 20001125
 
- Author:
 - David Walend
 
 
 
| Fields inherited from class java.lang.RuntimeException | 
 | 
 
| Fields inherited from class java.lang.Throwable | 
 | 
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
CannotFreezeException
public CannotFreezeException()
- Only use this constructor for Serialization.
 
CannotFreezeException
public CannotFreezeException(java.lang.String message)
CannotFreezeException
public CannotFreezeException(java.lang.Throwable nester)
CannotFreezeException
public CannotFreezeException(java.lang.String message,
                             java.lang.Throwable nester)
Copyright (c) 2000, 2001, David Walend