C# 클래스 SimpleFramework.Xml.Core.MethodException

The MethodException is used to represent conditions where a Java Bean property has been annotated incorrectly. This is thrown if a class schema performs illegal annotations. Such annotations occur if the methods do not conform to the Java Bean naming conventions, or if field and method annotations are mixed.
상속: PersistenceException
파일 보기 프로젝트 열기: ngallagher/simplexml

공개 메소드들

메소드 설명
MethodException ( String text, Object list ) : System

Constructor for the MethodException object. This constructor takes a format string an a variable number of object arguments, which can be inserted into the format string.

MethodException ( Throwable cause, String text, Object list ) : System

Constructor for the MethodException object. This constructor takes a format string an a variable number of object arguments, which can be inserted into the format string.

메소드 상세

MethodException() 공개 메소드

Constructor for the MethodException object. This constructor takes a format string an a variable number of object arguments, which can be inserted into the format string.
public MethodException ( String text, Object list ) : System
text String /// a format string used to present the error message ///
list Object /// a list of arguments to insert into the string ///
리턴 System

MethodException() 공개 메소드

Constructor for the MethodException object. This constructor takes a format string an a variable number of object arguments, which can be inserted into the format string.
public MethodException ( Throwable cause, String text, Object list ) : System
cause Throwable /// the source exception this is used to represent ///
text String /// a format string used to present the error message ///
list Object /// a list of arguments to insert into the string ///
리턴 System