org.seasar.s2csv.csv.exception.runtime
??? CSVValidationMethodReturnTypeException

java.lang.Object
  ????? java.lang.Throwable
      ????? java.lang.Exception
          ????? java.lang.RuntimeException
              ????? org.seasar.framework.exception.SRuntimeException
                  ????? org.seasar.s2csv.csv.exception.runtime.CSVValidationMethodReturnTypeException
????????????????:
java.io.Serializable

public class CSVValidationMethodReturnTypeException
extends org.seasar.framework.exception.SRuntimeException

バリデーション設定エラーException バリデーション定義メソッドでTypeがboolean以外が設定されているときに投げられる

???:
newta
????:
????????

??????????
CSVValidationMethodReturnTypeException(java.lang.reflect.Method m)
           
CSVValidationMethodReturnTypeException(java.lang.reflect.Method m, java.lang.Throwable cause)
           
 
???????
 
??? org.seasar.framework.exception.SRuntimeException ???????????
getArgs, getMessage, getMessageCode, getSimpleMessage, setMessage
 
??? java.lang.Throwable ???????????
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
??? java.lang.Object ???????????
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

??????????

CSVValidationMethodReturnTypeException

public CSVValidationMethodReturnTypeException(java.lang.reflect.Method m,
                                              java.lang.Throwable cause)
?????:
m -
cause -

CSVValidationMethodReturnTypeException

public CSVValidationMethodReturnTypeException(java.lang.reflect.Method m)
?????:
m -


Copyright © 2004-2008-2008 The Seasar Foundation. All Rights Reserved.