⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 valuesnotconvertableexception.java

📁 java 3d game jme 工程开发源代码
💻 JAVA
字号:
/**
 * TypesNotConvertableException.java
 *
 * This file was generated by XMLSpy 2007sp2 Enterprise Edition.
 *
 * YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE
 * OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION.
 *
 * Refer to the XMLSpy Documentation for further details.
 * http://www.altova.com/xmlspy
 */


package com.jmex.xml.types;


public class ValuesNotConvertableException extends SchemaTypeException {
  protected SchemaType object1;
  protected SchemaType object2;

  public ValuesNotConvertableException(SchemaType newobj1, SchemaType newobj2) {
    super("Value '" + newobj1.toString() + "' could not be converted to type " + newobj2.getClass().getName());
    object1 = newobj1;
    object2 = newobj2;
  }

  public ValuesNotConvertableException(Exception other) {
    super(other);
  }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -