net.vvakame.blaz.exception
Class UnsupportedPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.vvakame.blaz.exception.UnsupportedPropertyException
All Implemented Interfaces:
Serializable

public class UnsupportedPropertyException
extends RuntimeException

Entityに保存できない要素を保存しようとしたときに投げられる例外.

Author:
vvakame
See Also:
Serialized Form

Constructor Summary
UnsupportedPropertyException()
          the constructor.
UnsupportedPropertyException(String message)
          the constructor.
UnsupportedPropertyException(String message, Throwable cause)
          the constructor.
UnsupportedPropertyException(Throwable cause)
          the 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

UnsupportedPropertyException

public UnsupportedPropertyException()
the constructor.


UnsupportedPropertyException

public UnsupportedPropertyException(String message,
                                    Throwable cause)
the constructor.

Parameters:
message -
cause -

UnsupportedPropertyException

public UnsupportedPropertyException(String message)
the constructor.

Parameters:
message -

UnsupportedPropertyException

public UnsupportedPropertyException(Throwable cause)
the constructor.

Parameters:
cause -


Copyright © 2012. All Rights Reserved.